removeItem() Method |
This method removes a menu item from the context menu. The menu item can be a separator or any option available in the context menu.
Syntax
contextmenuID.removeItem(sID);
Parameters
Parameter |
Description |
---|---|
sID |
Required. String that specifies the unique identifier of the menu item to be hidden. |
Return Value
No Return value.